type os.processHandle

7 uses

	os (current package)
		exec.go#L55: 	handle *processHandle
		exec.go#L66: type processHandle struct {
		exec.go#L83: func (ph *processHandle) acquire() (uintptr, bool) {
		exec.go#L99: func (ph *processHandle) release() {
		exec.go#L124: 	ph := &processHandle{
		exec.go#L137: 	p.cleanup = runtime.AddCleanup(p, (*processHandle).release, ph)
		exec_linux.go#L11: func (ph *processHandle) closeHandle() {